﻿
/*轮播图样式改造*/
.carousel-indicators li {
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999 \9;
  background-color: rgba(255, 255, 255, .5);
  border: 0px solid #fff;
  border-radius: 0;
}

.carousel-indicators .active {
  width: 32px;
  height: 4px;
  margin: 1px;
  background-color: #fff;
}
.carousel-indicators{
	margin-bottom: 0;
	bottom: 32px;
}
@media (max-width: 767px){
	
	.carousel-indicators li {
		width: 16px;
		height: 2px;
	}
	
	.carousel-indicators .active {
		width: 16px;
		height: 2px;
	}
	.carousel-indicators {
	    bottom: 12px;
	}
}

/***暗锚 - 开始***/
.rightContent .one{
	position: relative;
	margin-bottom: 20px;
}
.target-fix{
	position: absolute;
    top: -120px; 
    display: block;
    height: 0;
    overflow: hidden;
}
/***暗锚 - 结束***/

/***左侧菜单 - 开始***/
.leftMenu{
	width: 100%;
	z-index: 999;
}
.leftMenu a{
	display: block;
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: #F6F6F6;
	border-bottom: 1px solid #FFF;
	font-size: 19px;
	font-weight: 600;
	color: #333;
	border-left: 10px solid #F6F6F6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leftMenu a:hover{
	color: #17346E;
	text-decoration: none;
}
/*.leftMenu a.active{
	border-left: 10px solid #17346E;
}*/

.content .dis p{
	margin-bottom: 30px;
	text-indent: 0;
	text-align: justify;
}
.content .dis p.smallT{
	margin-bottom: 0px;
	text-indent: 0;
	font-size: 20px;
	font-weight: 600;
}
.content .openMore{
	display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.leftMenu{
		display: none;
	}
}
@media (max-width: 767px){
	.leftMenu{
		display: none;
	}
	.content .dis p{
		margin-bottom: 16px;
	}
	.content .dis{
		max-height: 346px;
		overflow: hidden;
	}
	.content .one{
		padding-bottom: 80px;
		position: relative;
	}
	.content .openMore{
		display: block;
		position: absolute;
		bottom: 40px;
		right: 0;
		color: #17346E;
	}
	.content .openMore span{
		margin-left: 5px;
		font-size: 12px;
	}
}
/***leftMenu - 结束***/
.missioncon img{
	width:80%;
	margin:0 auto;
}
.missioncon ul li{
	font-size: 14px;
	height:100px;
}
.missioncon ul li::before{
  content:"■";
  color:#17346E;
  font-size:30px;
  margin-right: 10px;
}
.missioncon .frul{
	padding-top: 120px;
}
.missioncon .frul li{
	text-align:right;
}
.missioncon .frul li:last-child{
	margin-right: -20px
}
.missioncon .laul{
	padding-top: 30px;
}
.missioncon .laul li:first-child{
	margin-left: -50px
}
.missioncon .laul li:last-child{
	margin-left: -20px
}
@media (max-width: 767px){
.missioncon .frul,.missioncon .frul li,.missioncon .laul,.missioncon .laul li{
		margin: 0 !important;
		padding-top: 0!important;
		text-align: left;
	}
	.missioncon ul li{
	font-size: 14px;
	height:auto!important;
	}
	.missioncon img{
		display: none;
	}
	.productshow .dis img{
		float: left;
		width: 100%!important;
		height: 100px!important;
	}
	.businesslogo img{
		height: 90px;
	}
	.productshow h4{
		font-size: 16px!important;
	}
	.testingcon img{
	width:80%!important;
	height:auto!important;
	margin:0 auto!important;
	}
}
/*产品*/
.productshow .one{
	margin-bottom: 10px;
}
.productshow .dis img{
	width:200px;
	height:200px;
	padding: 20px;
	object-fit: contain;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.businesscon .dis img{
	width:auto;
	height:320px;
	padding: 20px;
	object-fit: contain;
}
.productshow h4{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	padding-bottom: 20px;
}
.productionshow .one{
	margin-bottom: 30px;
}
.productionshow h4{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
}
/*合作*/
#scope img{
	width: 100%
}
.businesslogo img{
	width: 98%;
	padding:0 1%;
	height: 110px;
	object-fit: contain;
}
/*检测设备*/
.testingcon img{
	width: 100%;
	height:200px;
	padding: 10px;
	/*object-fit: contain;*/
}

/*内容页面 - 开始*/
.joinUsContent .row {
    padding-top: 48px;
    padding-bottom: 112px;
}
.joinUsContent .title{
	font-size: 36px;
	color: #333333;
	line-height: 50px;
}
.joinUsContent .time{
	padding-top: 16px;
	font-size: 14px;
	color: #989898;
	line-height: 20px;
}
.joinUsContent .time font{
	margin-right: 16px;
}
.joinUsContent .dis{
	padding-top: 16px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.joinUsContent .dis p {
    margin-bottom: 0px;
    text-indent: 0;
    text-align: justify;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.joinUsContent .row{
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
@media (max-width: 767px){
	.joinUsContent .row{
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.joinUsContent .title{
		margin-top: 12px;
	}
	.joinUsContent .dis p {
	    margin-bottom: 16px;
	}
	.joinUsContent .share {
	    display: none;
	}
}
/*内容页面 - 结束*/

/***加入我们 - 开始***/
.yxtdImg{
    padding-top: 32px !important;
    padding-bottom: 64px !important;
}
.joinUsTable{
	margin-top: 32px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.joinUsTable .title{
	line-height: 88px;
    background-color: #F6F6F6;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}
.joinUsTable .con .one{
    border: 1px solid #F6F6F6;
    border-top: 0;
}
.joinUsTable .con .one .oneT{
	line-height: 88px;
    overflow: hidden;
    font-size: 18px;
}
.joinUsTable .con .one .oneC{
    background-color: #F6F6F6;
    padding: 32px;
    font-size: 14px;
    color: #333;
    position: relative;
    display: none;
}
.joinUsTable .con .one .oneC .jt{
	width: 36px !important;
	height: 16px !important;
	position: absolute;
	top: -16px;
	left: 40px;
}
.keyBut{
	color: #1DA193;
}
.keyBut:hover{
	text-decoration: none;
}
.keyBut span{
	margin-left: 8px;
	font-size: 14px;
}

.weight{
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.joinUsTable .title {
	    font-size: 16px;
	}
	.joinUsTable .con .one .oneT {
	    font-size: 14px;
	}
}

@media (max-width: 991px) {
	.joinUsContent .row {
	    padding-top: 24px;
	    padding-bottom: 40px;
	}
	.joinHide{
		display: none;
	}
	.joinUsTable .title {
	    font-size: 16px;
	}
	.joinUsTable .con .one .oneT {
	    font-size: 16px;
	}
	.pic2{
		margin-top: 12px;
	}
}
@media (max-width: 767px){
	.joinUsContent .row {
	    padding-top: 10px;
	    padding-bottom: 40px;
	}
	.joinHideXS{
		display: none;
	}
	.yxtdImg {
	    padding-top: 19px !important;
	    padding-bottom: 20px !important;
	}
	.pic2{
		margin-top: 12px;
	}
	.joinUsTable {
	    margin-top: 10px;
	}
	.joinUsTable .title {
	    font-size: 14px;
	    line-height: 56px;
	}
	.joinUsTable .con .one .oneT {
	    font-size: 14px;
	    line-height: 56px;
	}
	.joinUsTable .con .one .oneC {
	    padding: 12px;
	}
	.keyBut span {
	    margin-left: 4px;
	}
}
@media (max-width: 374px){
	.joinUs320{
		padding: 0 5px;
	}
}
.contactform form{
	margin-top:30px;
	width: 90%;
}
#companypic{
	width: 90%;
	height: 250px;
}
 #companypic img{
 	width: 100%;
 	height: 250px
 }
.lunbo{height:210px;width:100%;overflow:hidden;position:relative;padding:15px;border-radius: 5px;}
.lunbo ul{height:160px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.lunbo ul li{display:block;float:left;margin:5px;height:180px;border-radius:5px;position:relative;}
.lunbo ul li a{display:inline-block;height:180px;} 
.lunbo ul li img{border-radius:5px;display:block;height:180px!important;width:auto!important;}
.lunbo ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;width: 100%!important;}
.lunbo ul li a:hover span{height:180px;line-height:50px;font-size:20px;text-align:center;transition:all 0.7s;padding-top:40px;}
/***加入我们 - 结束***/